disable IPv4 only tests
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 2 Dec 2025 18:03:25 +0000 (19:03 +0100)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 2 Dec 2025 18:03:25 +0000 (19:03 +0100)
Forwarded: no
Bug-Debian: https://bugs.debian.org/1011011
Last-Update: 2025-10-11

As these tests are IPv4 only, fail to work on IPv6 hosts. Disable to prevent
FTBFS.

Gbp-Pq: Name disable_IPv4_only_tests.patch

lib/cpp/test/Makefile.am

index abcd1e97427d3dbb372924763c0695679f899a07..f6c7a166c26b5863c67dfca98b7c4d726ca7156d 100644 (file)
@@ -85,7 +85,6 @@ Benchmark_SOURCES = \
 Benchmark_LDADD = libtestgencpp.la
 
 check_PROGRAMS = \
-       UnitTests \
        UnitTestsUuid \
        UnitTestsUuidNoDirective \
        TFDTransportTest \
@@ -110,9 +109,9 @@ check_PROGRAMS = \
 if AMX_HAVE_LIBEVENT
 noinst_PROGRAMS += \
        processor_test
-check_PROGRAMS += \
-       TNonblockingServerTest \
-       TNonblockingSSLServerTest
+#check_PROGRAMS += \
+#      TNonblockingServerTest \
+#      TNonblockingSSLServerTest
 endif
 
 TESTS_ENVIRONMENT= \